object MemoForm: TMemoForm Left = 503 Top = 102 ActiveControl = Memo BorderIcons = [biSystemMenu, biMaximize] BorderStyle = bsDialog Caption = 'MemoForm' ClientHeight = 273 ClientWidth = 427 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True PixelsPerInch = 96 Position = poScreenCenter Scaled = False OnKeyDown = FormKeyDown OnResize = FormResize TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 427 Height = 230 Align = alClient BevelOuter = bvNone BorderWidth = 5 Caption = 'Panel1' TabOrder = 0 object Memo: TMemo Left = 5 Top = 5 Width = 417 Height = 220 Align = alClient ScrollBars = ssVertical TabOrder = 0 end end object Panel2: TPanel Left = 0 Top = 230 Width = 427 Height = 43 Align = alBottom BevelOuter = bvNone TabOrder = 1 object OKBtn: TBitBtn Left = 134 Top = 6 Width = 80 Height = 30 Caption = '&OK' TabOrder = 1 Kind = bkOK end object CancelBtn: TBitBtn Left = 218 Top = 6 Width = 80 Height = 30 TabOrder = 2 Kind = bkCancel end object UserBtn: TButton Left = 4 Top = 6 Width = 80 Height = 30 Caption = 'UserBtn' TabOrder = 0 Visible = False end end end